Module 5 Advanced Functions Learning Outcomes
-
Understand what a function handle is and how to create one.
-
Understand what an anonymous function is and how to create one.
-
State syntax and purpose of
fzero
function.
-
State syntax and purpose of
integral
function.
-
Be able to write and call a function that takes another function as an input.
-
Use
fzero
to find the roots of an equation.
-
Use
integral
to evaluate the integral of an expression
-
Analyze the given problem and define new equations such that
fzero
can be used to find a value other than zero.
-
Analyze the given information to determine what expression can be
integrated using
integral
to compute an area,
volume, or other value.
-
Use correct function above to solve programming problems.